-
Notifications
You must be signed in to change notification settings - Fork 19
fix: update type checks for component and module in UML drawing functions #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update type checks for component and module in UML drawing functions #338
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates type checks in UML drawing functions to align with metamodel changes, replacing old verbose type names with shorter, simplified versions.
Key changes:
- Type
comp_arc_starenamed tocomp - Type
mod_view_starenamed tomod
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/extensions/score_draw_uml_funcs/helpers.py | Updated component type check in safety formatting logic from comp_arc_sta to comp |
| src/extensions/score_draw_uml_funcs/init.py | Updated type validation in module drawing function to use new type names comp and mod instead of comp_arc_sta and mod_view_sta |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The created documentation from the pull request is available at: docu-html |
metamodel was updated, but not the draw_umml functions